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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h

Issue 1599673002: compositor-worker: Remove code from cc_blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix blink_platform_unittests 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/core/dom/CompositorProxiedPropertySet.h
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
index f104ed4f2e5a315f7ba5803b39419509b4bc22a7..874b6ea883344f8f9eec27f476715129615f830d 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
+++ b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
@@ -5,7 +5,7 @@
#ifndef CompositorProxiedPropertySet_h
#define CompositorProxiedPropertySet_h
-#include "public/platform/WebCompositorMutableProperties.h"
+#include "platform/graphics/CompositorMutableProperties.h"
#include "wtf/Allocator.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
@@ -28,7 +28,7 @@ public:
private:
CompositorProxiedPropertySet();
- unsigned short m_counts[kNumWebCompositorMutableProperties];
+ unsigned short m_counts[CompositorMutableProperty::kNumProperties];
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698