Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index f2a4129d0bd3ac00f9d88dfd600842707126f8d1..90900c65d47504601398852a53f72fb38ac55e49 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -30,6 +30,7 @@ |
#include "core/frame/LayoutSubtreeRootList.h" |
#include "core/frame/RootFrameViewport.h" |
#include "core/layout/LayoutAnalyzer.h" |
+#include "core/paint/ObjectPaintProperties.h" |
#include "core/paint/PaintPhase.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/Widget.h" |
@@ -76,7 +77,7 @@ struct CompositedSelection; |
typedef unsigned long long DOMTimeStamp; |
-class CORE_EXPORT FrameView final : public Widget, public ScrollableArea { |
+class CORE_EXPORT FrameView final : public Widget, public ScrollableArea, public ObjectPaintProperties::Owner { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FrameView); |
friend class DisplayItemListPaintTestForSlimmingPaintV2; |