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

Unified Diff: content/renderer/render_widget.h

Issue 12614013: Plumb cc::LatencyInfo through command buffer and output surface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « content/renderer/gpu/mailbox_output_surface.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 2474a140661c57dfed0bebde7b8d8c3a9abc0317..47c8ca4f77d3bcd4f9907cd6b6bc256a96ea1528 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -481,7 +481,7 @@ class CONTENT_EXPORT RenderWidget
virtual void hasTouchEventHandlers(bool has_handlers);
// Creates a 3D context associated with this view.
- WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
+ WebGraphicsContext3DCommandBufferImpl* CreateGraphicsContext3D(
const WebKit::WebGraphicsContext3D::Attributes& attributes);
bool OnSnapshotHelper(const gfx::Rect& src_subrect, SkBitmap* bitmap);
« no previous file with comments | « content/renderer/gpu/mailbox_output_surface.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698