summaryrefslogtreecommitdiffstats
path: root/chromium/cc/resources/resource_update_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/resources/resource_update_controller.h')
-rw-r--r--chromium/cc/resources/resource_update_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/cc/resources/resource_update_controller.h b/chromium/cc/resources/resource_update_controller.h
index 4425f377f71..994ae2f2df9 100644
--- a/chromium/cc/resources/resource_update_controller.h
+++ b/chromium/cc/resources/resource_update_controller.h
@@ -78,6 +78,7 @@ class CC_EXPORT ResourceUpdateController {
bool first_update_attempt_;
base::SingleThreadTaskRunner* task_runner_;
bool task_posted_;
+ bool ready_to_finalize_;
base::WeakPtrFactory<ResourceUpdateController> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(ResourceUpdateController);