| Index: content/browser/renderer_host/delegated_frame_host.h
|
| diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
|
| index 0cba4c46a9ee6d4a2c640f0707efccb85e6a9c52..d949b340c06a8474c27ad77d0abe08117e01a1ea 100644
|
| --- a/content/browser/renderer_host/delegated_frame_host.h
|
| +++ b/content/browser/renderer_host/delegated_frame_host.h
|
| @@ -192,6 +192,8 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| request_copy_of_output_callback_for_testing_ = callback;
|
| }
|
|
|
| + bool skipped_frames() const { return skipped_frames_; }
|
| +
|
| private:
|
| friend class DelegatedFrameHostClient;
|
| friend class RenderWidgetHostViewAuraCopyRequestTest;
|
|
|