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

Unified Diff: content/child/web_discardable_memory_impl.cc

Issue 1094433002: base: Rename DiscardableMemory::Memory() to ::data(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mojo unittest Created 5 years, 8 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/child/web_discardable_memory_impl.cc
diff --git a/content/child/web_discardable_memory_impl.cc b/content/child/web_discardable_memory_impl.cc
index 4af1e10745912d570bd01c54e6496f254b625c36..e2ea7a2a0d4bb924b66da359c2c8ab229395b681 100644
--- a/content/child/web_discardable_memory_impl.cc
+++ b/content/child/web_discardable_memory_impl.cc
@@ -28,7 +28,7 @@ void WebDiscardableMemoryImpl::unlock() {
}
void* WebDiscardableMemoryImpl::data() {
- return discardable_->Memory();
+ return discardable_->data();
}
WebDiscardableMemoryImpl::WebDiscardableMemoryImpl(

Powered by Google App Engine
This is Rietveld 408576698