aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 21:02:23 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 21:02:23 +0000
commit5990397d08640a80a7ccb3955b9952b356be3f86 (patch)
treef669ae51d5d98fbb721a208c8e2d3c366525445d /tests
parent2d40ec4e9a3fb3540756fa45a6cffd541ada2c78 (diff)
Address google3 compiler warning
Diffstat (limited to 'tests')
-rw-r--r--tests/DeferredCanvasTest.cpp3
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) {