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

Unified Diff: ui/gl/scoped_binders.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/gl_surface.cc ('k') | ui/gl/scoped_binders.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/scoped_binders.h
diff --git a/ui/gl/scoped_binders.h b/ui/gl/scoped_binders.h
index 7be226ff2f0a3ef44ee1d033b358ec5dfd7a26d2..3217c36c7b5d23f7680ed00dac336334076bbdc8 100644
--- a/ui/gl/scoped_binders.h
+++ b/ui/gl/scoped_binders.h
@@ -11,10 +11,10 @@
namespace gl {
class GLStateRestorer;
-class GL_EXPORT ScopedFrameBufferBinder {
+class GL_EXPORT ScopedFramebufferBinder {
public:
- explicit ScopedFrameBufferBinder(unsigned int fbo);
- ~ScopedFrameBufferBinder();
+ explicit ScopedFramebufferBinder(unsigned int fbo);
+ ~ScopedFramebufferBinder();
private:
// Whenever possible we prefer to use the current GLContext's
@@ -24,7 +24,7 @@ class GL_EXPORT ScopedFrameBufferBinder {
// Failing that we use GL calls to save and restore state.
int old_fbo_;
- DISALLOW_COPY_AND_ASSIGN(ScopedFrameBufferBinder);
+ DISALLOW_COPY_AND_ASSIGN(ScopedFramebufferBinder);
};
class GL_EXPORT ScopedActiveTexture {
« no previous file with comments | « ui/gl/gl_surface.cc ('k') | ui/gl/scoped_binders.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698