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

Unified Diff: gpu/GLES2/gl2chromium_autogen.h

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: Fix Cast compile error + autogen test logic Created 3 years, 11 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/GLES2/gl2chromium_autogen.h
diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
index 4a703a86ec9c3c93f3740188db5feabf51923ca2..4c174efb2d94f233eda99fa698e5c1350db405c6 100644
--- a/gpu/GLES2/gl2chromium_autogen.h
+++ b/gpu/GLES2/gl2chromium_autogen.h
@@ -384,7 +384,7 @@
GLES2_GET_FUN(UniformMatrix4fvStreamTextureMatrixCHROMIUM)
#define glOverlayPromotionHintCHROMIUM \
GLES2_GET_FUN(OverlayPromotionHintCHROMIUM)
-#define glSwapBuffersWithDamageCHROMIUM \
- GLES2_GET_FUN(SwapBuffersWithDamageCHROMIUM)
+#define glSwapBuffersWithBoundsCHROMIUM \
+ GLES2_GET_FUN(SwapBuffersWithBoundsCHROMIUM)
#endif // GPU_GLES2_GL2CHROMIUM_AUTOGEN_H_

Powered by Google App Engine
This is Rietveld 408576698