Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index 4248c356507270cd403ff40c7927e04839079109..86ce6692d47bb7a2fa139ecbb902785e81998129 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -181,7 +181,6 @@ class CONTENT_EXPORT WebContentsImpl |
| } |
| bool should_normally_be_visible() { return should_normally_be_visible_; } |
| - |
|
mlamouri (slow - plz ping)
2015/02/02 12:36:58
nit: that change was probably not intentional, rig
mlamouri (slow - plz ping)
2015/02/02 12:36:58
nit: that change was probably not intentional, rig
johnme
2015/02/02 15:58:36
Done.
johnme
2015/02/02 15:58:36
Done.
|
| // Indicate if the window has been occluded, and pass this to the views, only |
| // if there is no active capture going on (otherwise it is dropped on the |
| // floor). |