Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / cc / trees / proxy.h
index 4ec4f6e..5c72571 100644 (file)
@@ -24,6 +24,7 @@ class Vector2d;
 
 namespace cc {
 
+class LayerTreeDebugState;
 class OutputSurface;
 struct RendererCapabilities;
 
@@ -94,10 +95,10 @@ class CC_EXPORT Proxy {
   // Maximum number of sub-region texture updates supported for each commit.
   virtual size_t MaxPartialTextureUpdates() const = 0;
 
-  virtual void AcquireLayerTextures() = 0;
-
   virtual scoped_ptr<base::Value> AsValue() const = 0;
 
+  virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0;
+
   // Testing hooks
   virtual bool CommitPendingForTesting() = 0;
   virtual scoped_ptr<base::Value> SchedulerStateAsValueForTesting();