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

Unified Diff: android_webview/browser/render_thread_manager.cc

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: android_webview/browser/render_thread_manager.cc
diff --git a/android_webview/browser/render_thread_manager.cc b/android_webview/browser/render_thread_manager.cc
index 1413381ff6ac60efbfd3dfa72c2f14ccaed007fd..29ec88394202bf9709c0437c20f6856ae8586d39 100644
--- a/android_webview/browser/render_thread_manager.cc
+++ b/android_webview/browser/render_thread_manager.cc
@@ -197,7 +197,7 @@ std::unique_ptr<ChildFrame> RenderThreadManager::GetSynchronousCompositorFrame(
return nullptr;
DCHECK(!child_frame->frame.get());
std::unique_ptr<content::SynchronousCompositor::Frame> frame =
- frame_future->getFrame();
+ frame_future->GetFrame();
std::unique_ptr<cc::CompositorFrame> compositor_frame =
std::move(frame->frame);
return base::MakeUnique<ChildFrame>(
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | content/browser/android/synchronous_compositor_browser_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698