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

Unified Diff: Source/platform/SharedBuffer.h

Issue 364323002: Embed CSS/JS under Source/web/resources/ as GRD resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-treatnullas-emptystring
Patch Set: add missing include Created 6 years, 5 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 | Source/platform/SharedBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/SharedBuffer.h
diff --git a/Source/platform/SharedBuffer.h b/Source/platform/SharedBuffer.h
index c12c4f7f70f6315d83f1303590b2c6826b3c1869..21de931f76f0c4687df0c64117068637b97ddf61 100644
--- a/Source/platform/SharedBuffer.h
+++ b/Source/platform/SharedBuffer.h
@@ -60,7 +60,7 @@ public:
bool isEmpty() const { return !size(); }
- void append(SharedBuffer*);
+ void append(PassRefPtr<SharedBuffer>);
void append(const char*, unsigned);
void append(const Vector<char>&);
« no previous file with comments | « no previous file | Source/platform/SharedBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698