diff options
Diffstat (limited to 'libs/hwui/utils/TestWindowContext.h')
-rw-r--r-- | libs/hwui/utils/TestWindowContext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/utils/TestWindowContext.h b/libs/hwui/utils/TestWindowContext.h index 48ec95216b14..17ad1e3fef55 100644 --- a/libs/hwui/utils/TestWindowContext.h +++ b/libs/hwui/utils/TestWindowContext.h @@ -31,9 +31,7 @@ namespace uirenderer { */ class ANDROID_API TestWindowContext { - public: - TestWindowContext(); ~TestWindowContext(); @@ -58,11 +56,9 @@ private: class TestWindowData; TestWindowData* mData; - }; } // namespace uirenderer } // namespace android #endif // TESTWINDOWCONTEXT_H_ - |