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

Unified Diff: content/browser/site_instance_impl.cc

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/browser/site_instance_impl.cc
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
index 9f88bafc19e967fae60f63a46c3761e9d350cc67..1ad564d075561b6e54a48e766e2bb14d1fc47d93 100644
--- a/content/browser/site_instance_impl.cc
+++ b/content/browser/site_instance_impl.cc
@@ -46,7 +46,7 @@ SiteInstanceImpl::~SiteInstanceImpl() {
static_cast<SiteInstance*>(this));
}
-int32_t SiteInstanceImpl::GetId() {
+int32_t SiteInstanceImpl::GetId() const {
return id_;
}

Powered by Google App Engine
This is Rietveld 408576698