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

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: fix naming 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..95c6fdfe8bc8a4bd312a0124e18d50e5562ada9b 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 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