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

Unified Diff: gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase, add bogus spec text Created 5 years 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/skia_bindings/gl_bindings_skia_cmd_buffer.cc
diff --git a/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc b/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
index 0203d07db2dc2d10e93152b8cf53e81d17d17eb9..09c7c7cd57d9d44cee662244a300cb3ff646be44 100644
--- a/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
+++ b/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
@@ -181,6 +181,7 @@ void InitCommandBufferSkiaGLBinding(GrGLInterface* interface) {
glProgramPathFragmentInputGenCHROMIUM;
functions->fBindFragmentInputLocation = glBindFragmentInputLocationCHROMIUM;
}
+ functions->fCoverageModulation = glCoverageModulationCHROMIUM;
}
} // namespace skia

Powered by Google App Engine
This is Rietveld 408576698