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

Unified Diff: cc/fake_web_graphics_context_3d.h

Issue 12314003: cc: Use highp precision for texture coordinates if available (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove synchronous startup call. Fix tests. Created 7 years, 9 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 | « no previous file | cc/fake_web_graphics_context_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/fake_web_graphics_context_3d.h
diff --git a/cc/fake_web_graphics_context_3d.h b/cc/fake_web_graphics_context_3d.h
index 42a315170630c5583f95607a473cd53e5cb76ddc..4eacd99c25b7f4cd8c61fe6a59b9b5e134353132 100644
--- a/cc/fake_web_graphics_context_3d.h
+++ b/cc/fake_web_graphics_context_3d.h
@@ -285,7 +285,7 @@ class CC_EXPORT FakeWebGraphicsContext3D :
WebKit::WGC3Denum shadertype,
WebKit::WGC3Denum precisiontype,
WebKit::WGC3Dint* range,
- WebKit::WGC3Dint* precision) {}
+ WebKit::WGC3Dint* precision);
virtual WebKit::WebString getShaderSource(WebKit::WebGLId shader);
virtual WebKit::WebString getString(WebKit::WGC3Denum name);
virtual void getTexParameterfv(
« no previous file with comments | « no previous file | cc/fake_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698