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

Unified Diff: ui/gl/yuv_to_rgb_converter.cc

Issue 2268993003: [Command Buffer] Coding style: FrameBuffer -> Framebuffer to be comformant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code rebase Created 4 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
« no previous file with comments | « ui/gl/scoped_binders.cc ('k') | ui/ozone/platform/drm/gpu/gbm_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/yuv_to_rgb_converter.cc
diff --git a/ui/gl/yuv_to_rgb_converter.cc b/ui/gl/yuv_to_rgb_converter.cc
index 35c16ef1fd846f75b8349c2ccbeb62ee6fa5f5fc..faf29b67f8912de931a536d2f3fdd4afce3962f9 100644
--- a/ui/gl/yuv_to_rgb_converter.cc
+++ b/ui/gl/yuv_to_rgb_converter.cc
@@ -143,7 +143,7 @@ void YUVToRGBConverter::CopyYUV420ToRGB(unsigned target,
glBindTexture(GL_TEXTURE_RECTANGLE_ARB, y_texture_);
glActiveTexture(GL_TEXTURE1);
glBindTexture(GL_TEXTURE_RECTANGLE_ARB, uv_texture_);
- ScopedFrameBufferBinder framebuffer_binder(framebuffer_);
+ ScopedFramebufferBinder framebuffer_binder(framebuffer_);
ScopedViewport viewport(0, 0, size.width(), size.height());
glFramebufferTexture2DEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0,
target, rgb_texture, 0);
« no previous file with comments | « ui/gl/scoped_binders.cc ('k') | ui/ozone/platform/drm/gpu/gbm_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698