| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index f1c6fe019b04a4045cd7fa771edaf78e3d090701..7f158cc4ff3a479745f572ff9dca4c2dfb49be23 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -186,7 +186,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver {
|
| // Returns whether BrowserPluginGuest is interested in receiving the given
|
| // |message|.
|
| static bool ShouldForwardToBrowserPluginGuest(const IPC::Message& message);
|
| - gfx::Rect ToGuestRect(const gfx::Rect& rect);
|
| + gfx::Rect ToGuestRect(const gfx::Rect& rect) const;
|
| + gfx::RectF ToGuestRect(const gfx::RectF& rect) const;
|
|
|
| void DragSourceEndedAt(int client_x, int client_y, int screen_x,
|
| int screen_y, blink::WebDragOperation operation);
|
|
|