Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Side by Side Diff: content/browser/web_contents/web_contents_impl.h

Issue 2400243002: Remove grow box rect support, browser part. (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 5 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <functional> 10 #include <functional>
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 RenderWidgetHostImpl* GetFocusedRenderWidgetHost( 655 RenderWidgetHostImpl* GetFocusedRenderWidgetHost(
656 RenderWidgetHostImpl* receiving_widget) override; 656 RenderWidgetHostImpl* receiving_widget) override;
657 void RendererUnresponsive( 657 void RendererUnresponsive(
658 RenderWidgetHostImpl* render_widget_host, 658 RenderWidgetHostImpl* render_widget_host,
659 RenderWidgetHostDelegate::RendererUnresponsiveType type) override; 659 RenderWidgetHostDelegate::RendererUnresponsiveType type) override;
660 void RendererResponsive(RenderWidgetHostImpl* render_widget_host) override; 660 void RendererResponsive(RenderWidgetHostImpl* render_widget_host) override;
661 void RequestToLockMouse(RenderWidgetHostImpl* render_widget_host, 661 void RequestToLockMouse(RenderWidgetHostImpl* render_widget_host,
662 bool user_gesture, 662 bool user_gesture,
663 bool last_unlocked_by_target, 663 bool last_unlocked_by_target,
664 bool privileged) override; 664 bool privileged) override;
665 gfx::Rect GetRootWindowResizerRect(
666 RenderWidgetHostImpl* render_widget_host) const override;
667 bool IsFullscreenForCurrentTab() const override; 665 bool IsFullscreenForCurrentTab() const override;
668 blink::WebDisplayMode GetDisplayMode( 666 blink::WebDisplayMode GetDisplayMode(
669 RenderWidgetHostImpl* render_widget_host) const override; 667 RenderWidgetHostImpl* render_widget_host) const override;
670 void LostCapture(RenderWidgetHostImpl* render_widget_host) override; 668 void LostCapture(RenderWidgetHostImpl* render_widget_host) override;
671 void LostMouseLock(RenderWidgetHostImpl* render_widget_host) override; 669 void LostMouseLock(RenderWidgetHostImpl* render_widget_host) override;
672 bool HasMouseLock(RenderWidgetHostImpl* render_widget_host) override; 670 bool HasMouseLock(RenderWidgetHostImpl* render_widget_host) override;
673 void ForwardCompositorProto(RenderWidgetHostImpl* render_widget_host, 671 void ForwardCompositorProto(RenderWidgetHostImpl* render_widget_host,
674 const std::vector<uint8_t>& proto) override; 672 const std::vector<uint8_t>& proto) override;
675 void OnRenderFrameProxyVisibilityChanged(bool visible) override; 673 void OnRenderFrameProxyVisibilityChanged(bool visible) override;
676 void SendScreenRects() override; 674 void SendScreenRects() override;
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 // Adds/removes a callback called on creation of each new WebContents. 1484 // Adds/removes a callback called on creation of each new WebContents.
1487 static void AddCreatedCallbackForTesting(const CreatedCallback& callback); 1485 static void AddCreatedCallbackForTesting(const CreatedCallback& callback);
1488 static void RemoveCreatedCallbackForTesting(const CreatedCallback& callback); 1486 static void RemoveCreatedCallbackForTesting(const CreatedCallback& callback);
1489 1487
1490 DISALLOW_COPY_AND_ASSIGN(FriendZone); 1488 DISALLOW_COPY_AND_ASSIGN(FriendZone);
1491 }; 1489 };
1492 1490
1493 } // namespace content 1491 } // namespace content
1494 1492
1495 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 1493 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698