Title: [91130] trunk/Source/WebCore
Revision
91130
Author
[email protected]
Date
2011-07-15 16:52:08 -0700 (Fri, 15 Jul 2011)

Log Message

        Fixing style issues pointed out by Simon for
        https://bugs.webkit.org/show_bug.cgi?id=64542

        Unreviewed.

Modified Paths

Diff

Modified: trunk/Source/WebCore/platform/graphics/transforms/TransformState.cpp (91129 => 91130)


--- trunk/Source/WebCore/platform/graphics/transforms/TransformState.cpp	2011-07-15 23:49:53 UTC (rev 91129)
+++ trunk/Source/WebCore/platform/graphics/transforms/TransformState.cpp	2011-07-15 23:52:08 UTC (rev 91130)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Apple Inc.  All rights reserved.
+ * Copyright (C) 2011 Apple Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: trunk/Source/WebCore/platform/graphics/transforms/TransformState.h (91129 => 91130)


--- trunk/Source/WebCore/platform/graphics/transforms/TransformState.h	2011-07-15 23:49:53 UTC (rev 91129)
+++ trunk/Source/WebCore/platform/graphics/transforms/TransformState.h	2011-07-15 23:52:08 UTC (rev 91130)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Apple Inc.  All rights reserved.
+ * Copyright (C) 2011 Apple Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -31,9 +31,7 @@
 #include "FloatQuad.h"
 #include "IntSize.h"
 #include "TransformationMatrix.h"
-#include <wtf/PassRefPtr.h>
 #include <wtf/OwnPtr.h>
-#include <wtf/RefCounted.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/rendering/HitTestingTransformState.cpp (91129 => 91130)


--- trunk/Source/WebCore/rendering/HitTestingTransformState.cpp	2011-07-15 23:49:53 UTC (rev 91129)
+++ trunk/Source/WebCore/rendering/HitTestingTransformState.cpp	2011-07-15 23:52:08 UTC (rev 91130)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Apple Inc.  All rights reserved.
+ * Copyright (C) 2011 Apple Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: trunk/Source/WebCore/rendering/HitTestingTransformState.h (91129 => 91130)


--- trunk/Source/WebCore/rendering/HitTestingTransformState.h	2011-07-15 23:49:53 UTC (rev 91129)
+++ trunk/Source/WebCore/rendering/HitTestingTransformState.h	2011-07-15 23:52:08 UTC (rev 91130)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Apple Inc.  All rights reserved.
+ * Copyright (C) 2011 Apple Inc.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
 namespace WebCore {
 
 // FIXME: Now that TransformState lazily creates its TransformationMatrix it takes up less space.
-// So there's really no need for a ref counted version. So This class should be tossed and replaced
+// So there's really no need for a ref counted version. So This class should be removed and replaced
 // with TransformState. There are some minor differences (like the way translate() works slightly
 // differently than move()) so care has to be taken when this is done.
 class HitTestingTransformState : public RefCounted<HitTestingTransformState> {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to