summaryrefslogtreecommitdiffstats
path: root/third_party/molokocacao/README.chromium
diff options
context:
space:
mode:
authorandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-01 20:25:38 +0000
committerandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-01 20:25:38 +0000
commitbcc18d3d4b89f4985b4bf542c319d6e94de452e0 (patch)
tree689fe92abe4b260a511e44d0415d625989c3e44c /third_party/molokocacao/README.chromium
parent4cd2d520d95db38a157fd2f86161ea457eab7af2 (diff)
downloadchromium_src-bcc18d3d4b89f4985b4bf542c319d6e94de452e0.zip
chromium_src-bcc18d3d4b89f4985b4bf542c319d6e94de452e0.tar.gz
chromium_src-bcc18d3d4b89f4985b4bf542c319d6e94de452e0.tar.bz2
[Mac] Moving some new third party code into its proper dir. Also tweak the radius of the close button hover state circle a bit.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2833050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/molokocacao/README.chromium')
-rw-r--r--third_party/molokocacao/README.chromium13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/molokocacao/README.chromium b/third_party/molokocacao/README.chromium
new file mode 100644
index 0000000..9967c86
--- /dev/null
+++ b/third_party/molokocacao/README.chromium
@@ -0,0 +1,13 @@
+Name: NSBezierPath additions from Sean Patrick O'Brien
+URL: http://www.seanpatrickobrien.com/journal/posts/3
+Source URL: http://www.seanpatrickobrien.com/downloads/track/?path=%2Ftutorials%2F1%2FExampleButton.zip
+Version: 1.0
+License: BSD
+
+Description:
+Additions to NSBezierPath to make certain operations more convenient (inner
+shadows on paths, for example).
+
+Local Modifications:
+ - Added LICENSE file based on email correspondence with Sean.
+ - Added header guards.