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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1298523003: Add GL_CHROMIUM_screen_space_antialiasing to support alternative AA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add extension Created 5 years, 4 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: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index f3d03d34a7472d921e60af2ab5f0318f19e5c01e..5a1fbe0cffb09248c32235f3b69c3b3362c395d6 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -50,6 +50,7 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);
virtual void activeTexture(blink::WGC3Denum texture);
+ virtual void applyScreenSpaceAntialiasing();
Ken Russell (switch to Gerrit) 2015/08/28 02:34:03 Should be applyScreenSpaceAntialiasingCHROMIUM.
virtual void attachShader(blink::WebGLId program, blink::WebGLId shader);
virtual void bindAttribLocation(blink::WebGLId program,
blink::WGC3Duint index,

Powered by Google App Engine
This is Rietveld 408576698