Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index 74525200458415e93836061199d5e2221475ab4f..2830b99b84ca27ce015a2ccabb29952ac6fc43cc 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1050,7 +1050,7 @@ DrawResult ThreadProxy::DrawSwapInternal(bool forced_draw) { |
// DrawLayers() depends on the result of PrepareToDraw(), it is guarded on |
// CanDraw() as well. |
- LayerTreeHostImpl::FrameData frame; |
+ FrameData frame; |
bool draw_frame = false; |
if (impl().layer_tree_host_impl->CanDraw()) { |