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

Unified Diff: third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h

Issue 1875343002: Move WTF classes related to typed arrays to wtf/typed_arrays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/wtf/typed_arrays/Uint8Array.h ('k') | third_party/WebKit/Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h
diff --git a/third_party/WebKit/Source/wtf/Uint8ClampedArray.h b/third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h
similarity index 98%
rename from third_party/WebKit/Source/wtf/Uint8ClampedArray.h
rename to third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h
index add0e4ad33fd60eea4d11c1ef907c7cde5202c5b..aebe47ed30a9b6f0ce3d0978720194a57afcad5b 100644
--- a/third_party/WebKit/Source/wtf/Uint8ClampedArray.h
+++ b/third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h
@@ -28,8 +28,8 @@
#ifndef Uint8ClampedArray_h
#define Uint8ClampedArray_h
-#include "wtf/Uint8Array.h"
#include "wtf/MathExtras.h"
+#include "wtf/typed_arrays/Uint8Array.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/typed_arrays/Uint8Array.h ('k') | third_party/WebKit/Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698