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

Unified Diff: blimp/engine/common/blimp_content_client.h

Issue 1996723002: Switch ResourceBundle LoadDataResourceBytes to return RefCountedMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to address newly added use Created 4 years, 7 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
« no previous file with comments | « no previous file | blimp/engine/common/blimp_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/common/blimp_content_client.h
diff --git a/blimp/engine/common/blimp_content_client.h b/blimp/engine/common/blimp_content_client.h
index f5655d9b9031eb5e72ad21213689e92124a08c80..08ab6d73e63c845f1ae16a39d9656fbafe70acfb 100644
--- a/blimp/engine/common/blimp_content_client.h
+++ b/blimp/engine/common/blimp_content_client.h
@@ -25,7 +25,7 @@ class BlimpContentClient : public content::ContentClient {
base::StringPiece GetDataResource(
int resource_id,
ui::ScaleFactor scale_factor) const override;
- base::RefCountedStaticMemory* GetDataResourceBytes(
+ base::RefCountedMemory* GetDataResourceBytes(
int resource_id) const override;
gfx::Image& GetNativeImageNamed(int resource_id) const override;
};
« no previous file with comments | « no previous file | blimp/engine/common/blimp_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698