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

Unified Diff: webkit/compositor_bindings/web_rendering_stats_impl.h

Issue 11364221: Fixing RenderingStats vs WebRenderingStats mess (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/compositor_bindings/web_rendering_stats_impl.h
diff --git a/webkit/compositor_bindings/web_rendering_stats_impl.h b/webkit/compositor_bindings/web_rendering_stats_impl.h
new file mode 100644
index 0000000000000000000000000000000000000000..1642c22d351001165fe19d6e5939e2c292ea6a58
--- /dev/null
+++ b/webkit/compositor_bindings/web_rendering_stats_impl.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 WEB_RENDERING_STATS_IMPL_H_
+#define WEB_RENDERING_STATS_IMPL_H_
+
+#include "cc/rendering_stats.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebRenderingStats.h"
+
+namespace WebKit {
+
+struct WebRenderingStatsImpl : public WebRenderingStats {
+ WebRenderingStatsImpl() { }
+
+ cc::RenderingStats rendering_stats;
+};
+
+} // namespace WebKit
+
+#endif // WEB_RENDERING_STATS_IMPL_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