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

Unified Diff: ui/gfx/gdi_util.h

Issue 10662037: basic nc paint, moving, resizing for views_examples_exe on win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetHwnd->hwnd Created 8 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
« no previous file with comments | « no previous file | ui/gfx/gdi_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gdi_util.h
diff --git a/ui/gfx/gdi_util.h b/ui/gfx/gdi_util.h
index 51aca12690ae840d94f00835a7c15c968064dce0..2779d3c51db604d19371f30eba768bb489b0286e 100644
--- a/ui/gfx/gdi_util.h
+++ b/ui/gfx/gdi_util.h
@@ -11,6 +11,7 @@
#include "ui/base/ui_export.h"
#include "ui/gfx/rect.h"
+#include "ui/gfx/path.h"
namespace gfx {
@@ -35,6 +36,8 @@ UI_EXPORT void SubtractRectanglesFromRegion(
HRGN hrgn,
const std::vector<gfx::Rect>& cutouts);
+UI_EXPORT HRGN ConvertPathToHRGN(const gfx::Path& path);
+
// Calculate scale to fit an entire page on DC.
UI_EXPORT double CalculatePageScale(HDC dc, int page_width, int page_height);
« no previous file with comments | « no previous file | ui/gfx/gdi_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698