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

Unified Diff: components/html_viewer/blink_platform_impl.h

Issue 1384233003: Improve usefulness of webglcontextcreationerror statusMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/html_viewer/blink_platform_impl.h
diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h
index 64b306fe8ba08a01f96ee0114b6a5f24f6d9a59e..6dab7f3c72488b9bba3b496fada453c2d34fc2f8 100644
--- a/components/html_viewer/blink_platform_impl.h
+++ b/components/html_viewer/blink_platform_impl.h
@@ -83,7 +83,7 @@ class BlinkPlatformImpl : public blink::Platform {
virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
const blink::WebGraphicsContext3D::Attributes& attributes,
blink::WebGraphicsContext3D* share_context,
- blink::WebGLInfo* gl_info);
+ blink::WebGraphicsContext3D::WebGraphicsInfo& gl_info);
sky 2015/10/16 20:28:50 Not sure about blink, but in chrome style guide sa
sivag 2015/10/19 16:19:23 Done.
virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
const blink::WebGraphicsContext3D::Attributes& attributes);
virtual blink::WebGraphicsContext3DProvider*
« no previous file with comments | « no previous file | components/html_viewer/blink_platform_impl.cc » ('j') | components/html_viewer/blink_platform_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698