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

Unified Diff: webkit/glue/compositor_rendering_stats.h

Issue 11189081: Plumb cc::CCRenderingStats from gpu_benchmarking to cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Windows compilie error Created 8 years, 2 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 | « webkit/compositor_bindings/web_layer_tree_view_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/compositor_rendering_stats.h
diff --git a/webkit/glue/compositor_rendering_stats.h b/webkit/glue/compositor_rendering_stats.h
new file mode 100644
index 0000000000000000000000000000000000000000..fc5118033c74182b6b336d379398bddb9170cd4b
--- /dev/null
+++ b/webkit/glue/compositor_rendering_stats.h
@@ -0,0 +1,21 @@
+// Copyright 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WEBKIT_GLUE_COMPOSITOR_RENDERING_STATS_H_
+#define WEBKIT_GLUE_COMPOSITOR_RENDERING_STATS_H_
+
+#include "cc/rendering_stats.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebRenderingStats.h"
+#include "webkit/glue/webkit_glue_export.h"
+
+namespace webkit_glue {
+
+struct WEBKIT_GLUE_EXPORT CompositorRenderingStats
+ : public WebKit::WebRenderingStats {
+ cc::CCRenderingStats cc_stats;
+};
+
+}
+
+#endif // WEBKIT_GLUE_COMPOSITOR_RENDERING_STATS_H_
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698