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

Unified Diff: Source/core/compositing/DisplayListCompositingBuilder.h

Issue 1301033002: Plumb CompositedDisplayList to WebViewImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Final checklist: cleanup ordering in WebCompositedDisplayList Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/core/compositing/DisplayListCompositingTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/compositing/DisplayListCompositingBuilder.h
diff --git a/Source/core/compositing/DisplayListCompositingBuilder.h b/Source/core/compositing/DisplayListCompositingBuilder.h
index 765763f5dd2cf64076943bbfe62dd31225e90d8d..dd2317fe302111e46c2f19cc5ebe084b75836e50 100644
--- a/Source/core/compositing/DisplayListCompositingBuilder.h
+++ b/Source/core/compositing/DisplayListCompositingBuilder.h
@@ -6,17 +6,11 @@
#define DisplayListCompositingBuilder_h
#include "core/CoreExport.h"
+#include "platform/graphics/CompositedDisplayList.h"
#include "platform/graphics/paint/DisplayItemList.h"
-#include "platform/graphics/paint/DisplayItemTransformTree.h"
namespace blink {
-struct CompositedDisplayList {
- // TODO(pdr): Also add our SimpleLayers here.
- // TODO(pdr): Add the additional property trees (e.g., clip, scroll, etc).
- OwnPtr<const DisplayItemTransformTree> transformTree;
-};
-
class CORE_EXPORT DisplayListCompositingBuilder {
public:
DisplayListCompositingBuilder(const DisplayItemList& displayItemList, const DisplayListDiff&)
« no previous file with comments | « no previous file | Source/core/compositing/DisplayListCompositingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698