Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemCacheSkipper.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemCacheSkipper.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemCacheSkipper.h |
index 61b99ed87bfefda43078720e0a2ec82e224af381..246147de7375f4c3b7fdd583ec4bb9c3075a9d37 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemCacheSkipper.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemCacheSkipper.h |
@@ -19,11 +19,11 @@ public: |
DisplayItemCacheSkipper(GraphicsContext& context) |
: m_context(context) |
{ |
- context.paintController().beginSkippingCache(); |
+ context.getPaintController().beginSkippingCache(); |
} |
~DisplayItemCacheSkipper() |
{ |
- m_context.paintController().endSkippingCache(); |
+ m_context.getPaintController().endSkippingCache(); |
} |
private: |