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

Unified Diff: ui/events/mojo/latency_info_struct_traits.h

Issue 2045723002: mojo ArrayTraits<T>::Resize returns bool indicating success (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: ui/events/mojo/latency_info_struct_traits.h
diff --git a/ui/events/mojo/latency_info_struct_traits.h b/ui/events/mojo/latency_info_struct_traits.h
index d26408baf6921cea5b890608065e6793299cd998..650903ae5fe0a1e2534a660be451fbf49eddc60f 100644
--- a/ui/events/mojo/latency_info_struct_traits.h
+++ b/ui/events/mojo/latency_info_struct_traits.h
@@ -43,7 +43,7 @@ struct ArrayTraits<InputCoordinateArray> {
static const Element* GetData(const InputCoordinateArray& b);
static Element& GetAt(InputCoordinateArray& b, size_t i);
static const Element& GetAt(const InputCoordinateArray& b, size_t i);
- static void Resize(InputCoordinateArray& b, size_t size);
+ static bool Resize(InputCoordinateArray& b, size_t size);
};
template <>

Powered by Google App Engine
This is Rietveld 408576698