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

Unified Diff: android_webview/browser/hardware_renderer.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
« no previous file with comments | « no previous file | android_webview/browser/render_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/hardware_renderer.cc
diff --git a/android_webview/browser/hardware_renderer.cc b/android_webview/browser/hardware_renderer.cc
index 1617ec3db8084b7b916e4bb099c34c4f3d271d53..e1d7e8ac9295d8baef8b3055f00f98ddb3f33acd 100644
--- a/android_webview/browser/hardware_renderer.cc
+++ b/android_webview/browser/hardware_renderer.cc
@@ -75,7 +75,7 @@ void HardwareRenderer::DrawGL(AwDrawGLInfo* draw_info) {
DCHECK(!child_frame_->frame);
std::unique_ptr<content::SynchronousCompositor::Frame> frame =
- frame_future_->getFrame();
+ frame_future_->GetFrame();
if (frame) {
child_frame_->compositor_frame_sink_id = frame->compositor_frame_sink_id;
child_frame_->frame = std::move(frame->frame);
« no previous file with comments | « no previous file | android_webview/browser/render_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698