Index: Source/platform/graphics/GraphicsLayer.h |
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h |
index 1339946356c80ab58cc51bdef768644ddb3a72ba..720cd88680be2dcfbe284f28e2495577b6d91b29 100644 |
--- a/Source/platform/graphics/GraphicsLayer.h |
+++ b/Source/platform/graphics/GraphicsLayer.h |
@@ -33,9 +33,9 @@ |
#include "platform/geometry/FloatSize.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/graphics/Color.h" |
+#include "platform/graphics/ContentLayerDelegate.h" |
#include "platform/graphics/GraphicsLayerClient.h" |
#include "platform/graphics/GraphicsLayerDebugInfo.h" |
-#include "platform/graphics/OpaqueRectTrackingContentLayerDelegate.h" |
#include "platform/graphics/filters/FilterOperations.h" |
#include "platform/transforms/TransformationMatrix.h" |
#include "public/platform/WebCompositorAnimationDelegate.h" |
@@ -336,7 +336,7 @@ private: |
Vector<LinkHighlightClient*> m_linkHighlights; |
- OwnPtr<OpaqueRectTrackingContentLayerDelegate> m_opaqueRectTrackingContentLayerDelegate; |
+ OwnPtr<ContentLayerDelegate> m_contentLayerDelegate; |
ScrollableArea* m_scrollableArea; |
GraphicsLayerDebugInfo m_debugInfo; |