Index: third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.h |
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.h b/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.h |
index 503957ee8030dd50581fde4cf5fefde26999d37a..61a25fc5323fdd8f885103ab44b29c21ed3e7d9e 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.h |
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.h |
@@ -151,6 +151,7 @@ class PLATFORM_EXPORT TaskQueueThrottler : public TaskQueue::Observer, |
void AsValueInto(base::trace_event::TracedValue* state, |
base::TimeTicks now) const; |
+ |
private: |
struct Metadata { |
Metadata() : throttling_ref_count(0) {} |