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

Unified Diff: Source/core/clipboard/Pasteboard.h

Issue 169323002: Oilpan: Move core/clipboard/ to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.idl ('k') | Source/core/clipboard/Pasteboard.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/Pasteboard.h
diff --git a/Source/core/clipboard/Pasteboard.h b/Source/core/clipboard/Pasteboard.h
index 93036ca11076a5fa0038f432a0ec7c758b1a6d8a..ae44a616df8800773ff45cc1872ef06fcd5182c7 100644
--- a/Source/core/clipboard/Pasteboard.h
+++ b/Source/core/clipboard/Pasteboard.h
@@ -26,6 +26,7 @@
#ifndef Pasteboard_h
#define Pasteboard_h
+#include "heap/Handle.h"
#include "public/platform/WebClipboard.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
@@ -49,7 +50,7 @@ public:
static Pasteboard* generalPasteboard();
void writePlainText(const String&, SmartReplaceOption);
void writeImage(Image*, const KURL&, const String& title);
- void writeDataObject(PassRefPtr<DataObject>);
+ void writeDataObject(PassRefPtrWillBeRawPtr<DataObject>);
bool canSmartReplace();
bool isHTMLAvailable();
String plainText();
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.idl ('k') | Source/core/clipboard/Pasteboard.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698