[Title] GraphicsContextState should have a data member lineJoin
authorRashmi Shyamasundar <rashmi.s2@samsung.com>
Tue, 18 Jun 2013 11:15:55 +0000 (16:45 +0530)
committerRashmi Shyamasundar <rashmi.s2@samsung.com>
Thu, 27 Jun 2013 06:09:22 +0000 (11:39 +0530)
commit0920404a96ee3478a9701c06d1cb2f4309c3c275
tree79252601798b6d70efb18b52fb3423cafea013ad
parent60a0c62bd01976b0e48433ca14216b3a7c175c74
[Title] GraphicsContextState should have a data member lineJoin

[Issue#] N_SE-41312

[Problem] When the application is switched background and foreground, the canvas state is
          saved and restored respectively. If the value of lineJoin is not saved in the
          GraphicsContextState, the canvas will take the default linJoin when it comes
          to foreground.

[Solution] Save the value of lineJoin in GraphicsContextState

[Developer] rashmi.s2@samsung.com

Change-Id: I0331aa4b0809649281a093a294a5c9b3cf10bbed
Source/WTF/wtf/Platform.h
Source/WebCore/platform/graphics/GraphicsContext.cpp
Source/WebCore/platform/graphics/GraphicsContext.h [changed mode: 0644->0755]
Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp [changed mode: 0644->0755]