From 28dfd2dda255816b33ba1ea4279f1b03cf3a721b Mon Sep 17 00:00:00 2001 From: "qtc746@motorola.com" Date: Thu, 13 Oct 2011 07:47:03 +0000 Subject: Fix build error while building with 'make' (Complete build). Contributed by qtc746@motorola.com BUG:None TEST:None Review URL: http://codereview.chromium.org/8216006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105273 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/examples/mouse_lock/mouse_lock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/examples') diff --git a/ppapi/examples/mouse_lock/mouse_lock.cc b/ppapi/examples/mouse_lock/mouse_lock.cc index 734aec7..395cbf8 100644 --- a/ppapi/examples/mouse_lock/mouse_lock.cc +++ b/ppapi/examples/mouse_lock/mouse_lock.cc @@ -160,7 +160,7 @@ class MyInstance : public pp::Instance, public pp::MouseLock_Dev { RIGHT = 1, UP = 2, DOWN = 3 - } direction; + } direction = LEFT; bool draw_needle = GetDistance(mouse_movement_.x(), mouse_movement_.y(), 0, 0) > kCenteralSpotRadius; if (draw_needle) { -- cgit v1.1