commit | 5990397d08640a80a7ccb3955b9952b356be3f86 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 07 21:02:23 2013 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 07 21:02:23 2013 +0000 |
tree | f669ae51d5d98fbb721a208c8e2d3c366525445d | |
parent | 2d40ec4e9a3fb3540756fa45a6cffd541ada2c78 [diff] [blame] |
Address google3 compiler warning https://codereview.appspot.com/7308063/ git-svn-id: http://skia.googlecode.com/svn/trunk@7655 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp index 8a834be..a052c2e 100644 --- a/tests/DeferredCanvasTest.cpp +++ b/tests/DeferredCanvasTest.cpp
@@ -260,6 +260,9 @@ int fStorageAllocatedChangedCount; int fFlushedDrawCommandsCount; int fSkippedPendingDrawCommandsCount; + +private: + typedef SkDeferredCanvas::NotificationClient INHERITED; }; static void TestDeferredCanvasBitmapCaching(skiatest::Reporter* reporter) {