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

Unified Diff: ui/gl/gl_surface.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/gl_surface.h ('k') | ui/gl/scoped_binders.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index 3d2bd24f3d661df702f300b9d1dcd50d2ce3bc11..c3696f7896126388ede40c3077b226345ab5c875 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -63,7 +63,7 @@ bool GLSurface::SupportsAsyncSwap() {
return false;
}
-unsigned int GLSurface::GetBackingFrameBufferObject() {
+unsigned int GLSurface::GetBackingFramebufferObject() {
return 0;
}
@@ -270,8 +270,8 @@ void* GLSurfaceAdapter::GetHandle() {
return surface_->GetHandle();
}
-unsigned int GLSurfaceAdapter::GetBackingFrameBufferObject() {
- return surface_->GetBackingFrameBufferObject();
+unsigned int GLSurfaceAdapter::GetBackingFramebufferObject() {
+ return surface_->GetBackingFramebufferObject();
}
bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) {
« no previous file with comments | « ui/gl/gl_surface.h ('k') | ui/gl/scoped_binders.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698