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

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

Issue 2724083002: [SPv2] Decomposite otherwise-compositable animations that paint nothing. (Closed)
Patch Set: Update expectations. Created 3 years, 8 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 82abd868b2ccaebaa3861518dd4589efc38f60ce..06e4285b8d1bb6c1d4f8ddd871bf833aaadbefa4 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -47,6 +47,7 @@
#include "platform/geometry/IntRect.h"
#include "platform/geometry/LayoutRect.h"
#include "platform/graphics/Color.h"
+#include "platform/graphics/CompositorElementId.h"
#include "platform/graphics/GraphicsLayerClient.h"
#include "platform/scroll/ScrollTypes.h"
#include "platform/scroll/Scrollbar.h"
@@ -64,8 +65,8 @@ namespace blink {
class AXObjectCache;
class ComputedStyle;
-class DocumentLifecycle;
class Cursor;
+class DocumentLifecycle;
class Element;
class ElementVisibilityObserver;
class Frame;
@@ -924,7 +925,8 @@ class CORE_EXPORT FrameView final
// TODO(wangxianzhu): Remove the parameter and use m_paintController for SPv2.
void notifyPaint(const PaintController&) const;
- void pushPaintArtifactToCompositor();
+ void pushPaintArtifactToCompositor(
+ CompositorElementIdSet& compositedElementIds);
void reset();
void init();
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectStackTest.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698