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

Unified Diff: Source/wtf/Forward.h

Issue 267133002: [webcrypto] Allow both ArrayBuffer and ArrayBufferView as inputs to crypto.subtle methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename ArrayBytes --> ArrayPiece Created 6 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 | « Source/wtf/ArrayPiece.cpp ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Forward.h
diff --git a/Source/wtf/Forward.h b/Source/wtf/Forward.h
index e28448ab3187b1112a5aaad9b74ac214ec6cdd4f..888ac4b706faa1baec8b028c3db641d70d0bc8a4 100644
--- a/Source/wtf/Forward.h
+++ b/Source/wtf/Forward.h
@@ -33,6 +33,7 @@ namespace WTF {
class ArrayBuffer;
class ArrayBufferView;
+ class ArrayPiece;
class AtomicString;
class CString;
class Float32Array;
@@ -61,6 +62,7 @@ using WTF::Vector;
using WTF::ArrayBuffer;
using WTF::ArrayBufferView;
+using WTF::ArrayPiece;
using WTF::AtomicString;
using WTF::CString;
using WTF::Float32Array;
« no previous file with comments | « Source/wtf/ArrayPiece.cpp ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698