Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698