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

Unified Diff: ui/ozone/platform/drm/gpu/gbm_surface.h

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/yuv_to_rgb_converter.cc ('k') | ui/ozone/platform/drm/gpu/gbm_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/gbm_surface.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_surface.h b/ui/ozone/platform/drm/gpu/gbm_surface.h
index 372a095c4ff86524cae4e5301e8ea803fc5931a0..ba38c01ac0db47cd51470003fe808cf906d343c7 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surface.h
+++ b/ui/ozone/platform/drm/gpu/gbm_surface.h
@@ -27,7 +27,7 @@ class GbmSurface : public GbmSurfaceless {
gfx::AcceleratedWidget widget);
// gl::GLSurface:
- unsigned int GetBackingFrameBufferObject() override;
+ unsigned int GetBackingFramebufferObject() override;
bool OnMakeCurrent(gl::GLContext* context) override;
bool Resize(const gfx::Size& size,
float scale_factor,
« no previous file with comments | « ui/gl/yuv_to_rgb_converter.cc ('k') | ui/ozone/platform/drm/gpu/gbm_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698