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

Unified Diff: public/platform/WebContentLayerClient.h

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: public/platform/WebContentLayerClient.h
diff --git a/public/platform/WebContentLayerClient.h b/public/platform/WebContentLayerClient.h
index abf25d77dcd1a817a4d3350c7d954628594be8cb..3630119cfaef80e1087b9ece282d286a1b70a161 100644
--- a/public/platform/WebContentLayerClient.h
+++ b/public/platform/WebContentLayerClient.h
@@ -32,6 +32,8 @@
namespace blink {
class WebDisplayItemList;
+class WebDisplayList;
+struct WebDisplayListDiff;
struct WebRect;
class BLINK_PLATFORM_EXPORT WebContentLayerClient {

Powered by Google App Engine
This is Rietveld 408576698