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

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: Fixed pach 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 393e3019b242d0e8fe2ac82d2d7f89afbee933d0..9bd9d7d8afa5105e88bcf2ae8c3e2d9f3e05fc37 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 <>
« no previous file with comments | « skia/public/interfaces/bitmap_skbitmap_struct_traits.cc ('k') | ui/events/mojo/latency_info_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698