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

Unified Diff: remoting/base/util.h

Issue 2148743005: [Remoting Android] Cursor & Cursor Feedback for OpenGL Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move parameters around Created 4 years, 5 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: remoting/base/util.h
diff --git a/remoting/base/util.h b/remoting/base/util.h
index 3294ceebb03df9c3b66521106c14e0568a6a98f3..98ca95509e2d657542c0b23617248ee131301857 100644
--- a/remoting/base/util.h
+++ b/remoting/base/util.h
@@ -13,6 +13,8 @@
namespace remoting {
+enum { kBytesPerPixelRGB32 = 4 };
Sergey Ulanov 2016/07/20 23:51:39 I'd like to avoid using util.h in new code. Maybe
+
// Return a string that contains the current date formatted as 'MMDD/HHMMSS:'.
std::string GetTimestampString();

Powered by Google App Engine
This is Rietveld 408576698