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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorMutation.h

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Address Vollick comments Created 4 years, 11 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/platform/graphics/CompositorMutation.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h
index 21c620cf9849dae8cc9284cbf34cfb8c88ae95b6..7e2fb051246553e139fdcd94c558578c4698a512 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutation.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutation.h
@@ -6,6 +6,7 @@
#define CompositorMutation_h
#include "platform/graphics/CompositorMutableProperties.h"
+#include "public/platform/WebCompositorMutations.h"
#include "third_party/skia/include/utils/SkMatrix44.h"
#include "wtf/HashMap.h"
@@ -52,7 +53,7 @@ private:
SkMatrix44 m_transform;
};
-struct CompositorMutations {
+struct CompositorMutations : public WebCompositorMutations {
jbroman 2016/01/23 23:55:09 I'd kind of like this to explicitly override the d
majidvp 2016/01/25 20:40:11 Done.
HashMap<uint64_t, OwnPtr<CompositorMutation>> map;
};

Powered by Google App Engine
This is Rietveld 408576698