| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index 6cf802655bcbf0f40c1f890ca5cd85f5e62eeeda..f4f0b3fc49ec7d02e1c6c3aa2a239a03d1f627bc 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -109,12 +109,10 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| cc::DelegatedFrameProvider* FrameProviderForTesting() const {
|
| return frame_provider_.get();
|
| }
|
| - gfx::Size CurrentFrameSizeInDIPForTesting() const {
|
| - return current_frame_size_in_dip_;
|
| - }
|
| void OnCompositingDidCommitForTesting(ui::Compositor* compositor) {
|
| OnCompositingDidCommit(compositor);
|
| }
|
| + bool ShouldCreateResizeLockForTesting() { return ShouldCreateResizeLock(); }
|
|
|
| private:
|
| friend class DelegatedFrameHostClient;
|
|
|