diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 21:02:23 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 21:02:23 +0000 |
commit | 5990397d08640a80a7ccb3955b9952b356be3f86 (patch) | |
tree | f669ae51d5d98fbb721a208c8e2d3c366525445d /tests | |
parent | 2d40ec4e9a3fb3540756fa45a6cffd541ada2c78 (diff) |
Address google3 compiler warning
https://codereview.appspot.com/7308063/
git-svn-id: http://skia.googlecode.com/svn/trunk@7655 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/DeferredCanvasTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp index 8a834bec68..a052c2e643 100644 --- a/tests/DeferredCanvasTest.cpp +++ b/tests/DeferredCanvasTest.cpp @@ -260,6 +260,9 @@ public: int fStorageAllocatedChangedCount; int fFlushedDrawCommandsCount; int fSkippedPendingDrawCommandsCount; + +private: + typedef SkDeferredCanvas::NotificationClient INHERITED; }; static void TestDeferredCanvasBitmapCaching(skiatest::Reporter* reporter) { |