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

Unified Diff: content/public/browser/android/synchronous_compositor.h

Issue 2455763002: sync compositor: Remove camel casing (Closed)
Patch Set: Created 4 years, 2 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: content/public/browser/android/synchronous_compositor.h
diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
index 660997ca9020d9e703188b6a1ec0b13f4dbff91b..7960a4f739f36a62f42cf247bf6be8480c7ddd24 100644
--- a/content/public/browser/android/synchronous_compositor.h
+++ b/content/public/browser/android/synchronous_compositor.h
@@ -63,8 +63,8 @@ class CONTENT_EXPORT SynchronousCompositor {
class FrameFuture : public base::RefCountedThreadSafe<FrameFuture> {
public:
FrameFuture();
- void setFrame(std::unique_ptr<Frame> frame);
- std::unique_ptr<Frame> getFrame();
+ void SetFrame(std::unique_ptr<Frame> frame);
+ std::unique_ptr<Frame> GetFrame();
private:
friend class base::RefCountedThreadSafe<FrameFuture>;
« no previous file with comments | « content/browser/android/synchronous_compositor_host.cc ('k') | content/public/browser/android/synchronous_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698