From 130fb3f7aac19e40eddfc8fa85a9b39e7c99a7e8 Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Thu, 1 Feb 2018 12:14:34 -0500 Subject: updated .fp file headers Bug: skia: Change-Id: I9c39622f34e803a706acd04372be569667380661 Reviewed-on: https://skia-review.googlesource.com/102204 Commit-Queue: Ethan Nicholas Reviewed-by: Brian Salomon --- tests/SkSLFPTest.cpp | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'tests/SkSLFPTest.cpp') diff --git a/tests/SkSLFPTest.cpp b/tests/SkSLFPTest.cpp index 982591082b..f1a65fcfdb 100644 --- a/tests/SkSLFPTest.cpp +++ b/tests/SkSLFPTest.cpp @@ -61,21 +61,17 @@ static void test(skiatest::Reporter* r, const char* src, const GrShaderCaps& cap DEF_TEST(SkSLFPHelloWorld, r) { test(r, + "/* HEADER */" "void main() {" "sk_OutColor = half4(1);" "}", *SkSL::ShaderCapsFactory::Default(), { - "/*\n" - " * Copyright 2017 Google Inc.\n" - " *\n" - " * Use of this source code is governed by a BSD-style license that can be\n" - " * found in the LICENSE file.\n" - " */\n" + "/* HEADER */\n" "\n" - "/*\n" - " * This file was autogenerated from GrTest.fp; do not modify.\n" - " */\n" + "/**************************************************************************************************\n" + " *** This file was autogenerated from GrTest.fp; do not modify.\n" + " **************************************************************************************************/\n" "#ifndef GrTest_DEFINED\n" "#define GrTest_DEFINED\n" "#include \"SkTypes.h\"\n" @@ -105,16 +101,11 @@ DEF_TEST(SkSLFPHelloWorld, r) { "#endif\n" }, { - "/*\n" - " * Copyright 2017 Google Inc.\n" - " *\n" - " * Use of this source code is governed by a BSD-style license that can be\n" - " * found in the LICENSE file.\n" - " */\n" + "/* HEADER */\n" "\n" - "/*\n" - " * This file was autogenerated from GrTest.fp; do not modify.\n" - " */\n" + "/**************************************************************************************************\n" + " *** This file was autogenerated from GrTest.fp; do not modify.\n" + " **************************************************************************************************/\n" "#include \"GrTest.h\"\n" "#if SK_SUPPORT_GPU\n" "#include \"glsl/GrGLSLFragmentProcessor.h\"\n" -- cgit v1.2.3