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

Unified Diff: content/public/browser/site_instance.h

Issue 1685213002: Propagate window coordinates to out-of-process iframes renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sendscreenrects
Patch Set: fixing ordering in DepictFrameTree Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: content/public/browser/site_instance.h
diff --git a/content/public/browser/site_instance.h b/content/public/browser/site_instance.h
index 6cf9217fdebfa030f69cefdf32c486f4db15ca69..d50e4537e6bc615df31749fa3ef6f24293bec9ab 100644
--- a/content/public/browser/site_instance.h
+++ b/content/public/browser/site_instance.h
@@ -74,7 +74,7 @@ class RenderProcessHost;
class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> {
public:
// Returns a unique ID for this SiteInstance.
- virtual int32_t GetId() = 0;
+ virtual int32_t GetId() const = 0;
nasko 2016/02/11 18:21:28 Per content/ API design, no const usage in the pub
lfg 2016/02/11 20:26:09 Done.
// Whether this SiteInstance has a running process associated with it.
// This may return true before the first call to GetProcess(), in cases where

Powered by Google App Engine
This is Rietveld 408576698