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

Unified Diff: webkit/renderer/compositor_bindings/web_content_layer_impl.h

Issue 16903005: Add layer name into frame viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move pulling name to Update Created 7 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: webkit/renderer/compositor_bindings/web_content_layer_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_content_layer_impl.h b/webkit/renderer/compositor_bindings/web_content_layer_impl.h
index eb66abaedfa5e51d00bfd4a5a093b0feb35c38f6..89e64ae6bca56109fa7658482df3d2fc32df042d 100644
--- a/webkit/renderer/compositor_bindings/web_content_layer_impl.h
+++ b/webkit/renderer/compositor_bindings/web_content_layer_impl.h
@@ -5,6 +5,8 @@
#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_CONTENT_LAYER_IMPL_H_
#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_CONTENT_LAYER_IMPL_H_
+#include <string>
+
#include "base/memory/scoped_ptr.h"
#include "cc/layers/content_layer_client.h"
#include "third_party/WebKit/public/platform/WebContentLayer.h"
@@ -30,6 +32,7 @@ class WebContentLayerImpl : public WebKit::WebContentLayer,
virtual WebKit::WebLayer* layer();
virtual void setDoubleSided(bool double_sided);
virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
+ std::string DebugName();
protected:
virtual ~WebContentLayerImpl();

Powered by Google App Engine
This is Rietveld 408576698